Home > ITSM Videos > How to reset administrator password in ServiceDesk Plus
How to reset administrator password in ServiceDesk Plus
- Having problems logging in to your ServiceDesk Plus application? Forgot your username or password? Here's what you should do.
- Access your ServiceDesk Plus server and browse to [your drive]:\ManageEngine\ServiceDesk\bin. Click changeDBServer.bat.
- Information on the configured database will be displayed.
- If the database is PGSQL, connect to it.
- If the database is MSSQL, go to the SQL Management Studio. Click the Windows icon and select Command Prompt (Run as administrator).
- Go to [your drive]:ManageEngine\ServiceDesk\pgsql\bin and run psql.exe -U postgres -p 65432 -d servicedesk -h 127.0.0.1.
- Copy and paste the first query from the link below and press Enter.
- From the result, select the user and use their login_id in the second query to reset the password.
- After resetting the password, you will be able to log in with password as 'admin.'
- Ensure that you have selected 'Local Authentication' in the "Log on to" drop-down list.
- After resetting the password, you will be able to log in with password as 'admin', provided you select 'Local Authentication' in the "Log on to" drop-down list.
Resources for further reading